MoveNodeDocuments
MoveNodeDocuments Model
Defines the structure for moving documents from one node to another, specifying the destination node and the documents to be transferred.
destination_node (integer) Required
Identifier of the destination node where the documents will be moved.
Title: Destination node
documents (array) Required
Array of document identifiers to be moved to the destination node.
Item type: integer
Example
{
"destination_node": 0,
"documents": [
0
]
}